[Manager Summary]

PMSetPageFormatExtendedData


Stores your application-supplied data with a PMPageFormat object.
OSStatus PMSetPageFormatExtendedData(PMPageFormat pageFormat, OSType dataID, UInt32 size, void *theData)
PARAMETERS
pageFormat
A PMPageFormat object. Specify the object into which you wish to store data.
dataID
A four character code. Specify a code that uniquely identifies your data -- for example, your application signature.
size
The size in bytes of your data.
theData
A pointer to the data you wish to store inside the object you specify in the pageFormat parameter.
function result
A result code. See Result Codes.
DISCUSSION
By calling the function PMGetPageFormatExtendedData, you can retrieve the data you store with PMSetPageFormatExtendedData.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.